home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
IDimager Personal 4.2.0.3
/
setup_IDimager_Personal_V4.exe
/
{app}
/
web
/
logout.psc
< prev
next >
Wrap
Text File
|
2008-06-02
|
293b
|
11 lines
%code
%include modules\storeddata.inc %/include
Session.Content.Values['UserValidated'] := 'N';
SessionData.Prop['CurrentUser'] := '';
SessionData.Prop['IsAdmin'] := False;
CleanUpStoredData;
Response.Redirect ('%var:PageOffset/login.psc');
%/code